Fix bug #11405 with MSVC build of emacsclientw.
authorEli Zaretskii <eliz@gnu.org>
Tue, 29 May 2012 16:15:12 +0000 (19:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 29 May 2012 16:15:12 +0000 (19:15 +0300)
commit9068bc38e9e3832c7dd205206541a8b194dd3fd7
treeb0249b373f8da6bbd3e2eb5420306a29c279cdfa
parent1ccc7cbdeaaffd3da9a0c245510172062eee145c
Fix bug #11405 with MSVC build of emacsclientw.

 lib-src/makefile.w32-in ($(BLD)/emacsclientw.exe): Use $(MWINDOWS)
 instead of a literal -mwindows, which is not supported by MSVC.
 nt/nmake.defs (MWINDOWS): Define as "-subsystem:windows -entry:mainCRTStartup".
 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
 nt/gmake.defs (MWINDOWS): Define as "-mwindows".
lib-src/ChangeLog
lib-src/makefile.w32-in
nt/ChangeLog
nt/gmake.defs
nt/nmake.defs